home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / frame_25 / PlaceObject2_15_321 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-26  |  140 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.ship.life >= l)
  3.    {
  4.       _visible = true;
  5.    }
  6.    else
  7.    {
  8.       _visible = false;
  9.    }
  10. }
  11.